delete unused field from legacy format ff_vecs_t (#857)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Thu, 24 Feb 2022 13:04:02 +0000 (06:04 -0700)
committerGitHub <noreply@github.com>
Thu, 24 Feb 2022 13:04:02 +0000 (06:04 -0700)
47 files changed:
bcr.cc
brauniger_iq.cc
defs.h
delgpl.cc
destinator.cc
dmtlog.cc
easygps.cc
enigma.cc
garmin.cc
garmin_txt.cc
garmin_xt.cc
gdb.cc
geo.cc
ggv_log.cc
ggv_ovl.cc
glogbook.cc
gnav_trl.cc
googledir.cc
gpssim.cc
gtm.cc
hiketech.cc
holux.cc
igc.cc
ignrando.cc
igo8.cc
ik3d.cc
itracku.cc
lmx.cc
magproto.cc
mapasia.cc
mmo.cc
mtk_locus.cc
mtk_logger.cc
navilink.cc
navitel.cc
ozi.cc
raymarine.cc
saroute.cc
sbn.cc
sbp.cc
tomtom.cc
tpg.cc
tpo.cc
v900.cc
vcf.cc
wbt-200.cc
xol.cc

diff --git a/bcr.cc b/bcr.cc
index b8bf159c174166af714393a4ef488197587c10f4..97745e122de5fdf0271bb82cad747eb9ca092b0c 100644 (file)
--- a/bcr.cc
+++ b/bcr.cc
@@ -474,6 +474,5 @@ ff_vecs_t bcr_vecs = {
   nullptr,
   &bcr_args,
   CET_CHARSET_MS_ANSI, 0,      /* CET-REVIEW */
-  NULL_POS_OPS,
-  nullptr
+  NULL_POS_OPS
 };
index 8e449466cff4016f5fc5181cd5d29c10ae034ea9..71c790c1bc03886f46ea2dbf9b9f67cafee9e572 100644 (file)
@@ -280,6 +280,5 @@ ff_vecs_t brauniger_iq_vecs = {
   nullptr,
   &brauniger_iq_args,
   CET_CHARSET_UTF8, 1          /* master process: don't convert anything | CET-REVIEW */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
diff --git a/defs.h b/defs.h
index f924ad4b24774d7c64a070d5d17e42dff8d3fab0..c093020de089eaf7a0155faf79d2e9ccc4547cad 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -1036,7 +1036,6 @@ struct ff_vecs_t {
   QString encode;
   int fixed_encode;
   position_ops_t position_ops;
-  void* unused; /* TODO: delete this field */
 };
 
 [[noreturn]] void fatal(QDebug& msginstance);
index 335584b0bd6b7c9273e36936a691779fd68ef72a..42ea14996ee4a154a86e73f1d55eebabaa9d8b92 100644 (file)
--- a/delgpl.cc
+++ b/delgpl.cc
@@ -170,6 +170,5 @@ ff_vecs_t gpl_vecs = {
   nullptr,
   nullptr,
   CET_CHARSET_UTF8, 1  /* there is no need to convert anything | CET-REVIEW */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
index 24c5e8b0319d421df6f9ca70dba54b6537c01b85..47e1c466113aea8ff895e17b864a5b35a422fa7e 100644 (file)
@@ -556,8 +556,8 @@ ff_vecs_t destinator_poi_vecs = {
   nullptr,
   &destinator_args,
   CET_CHARSET_UTF8, 1                  /* fixed */
-  , NULL_POS_OPS,
-  nullptr};
+  , NULL_POS_OPS
+};
 
 ff_vecs_t destinator_itn_vecs = {
   ff_type_file,
@@ -575,8 +575,8 @@ ff_vecs_t destinator_itn_vecs = {
   nullptr,
   &destinator_args,
   CET_CHARSET_UTF8, 1                  /* fixed */
-  , NULL_POS_OPS,
-  nullptr};
+  , NULL_POS_OPS
+};
 
 ff_vecs_t destinator_trl_vecs = {
   ff_type_file,
@@ -594,7 +594,7 @@ ff_vecs_t destinator_trl_vecs = {
   nullptr,
   &destinator_args,
   CET_CHARSET_UTF8, 1                  /* fixed */
-  , NULL_POS_OPS,
-  nullptr };
+  , NULL_POS_OPS
+};
 
 /**************************************************************************/
index 26166b465f7bdb1a777076ada1e107548af76458..d66534c2e7a1e98a222f03014a75f165817d9481 100644 (file)
--- a/dmtlog.cc
+++ b/dmtlog.cc
@@ -811,9 +811,7 @@ ff_vecs_t dmtlog_vecs = {
   nullptr,
   &dmtlog_args,
   CET_CHARSET_ASCII, 0
-  , NULL_POS_OPS,
-  nullptr
-
+  , NULL_POS_OPS
 };
 
 /**************************************************************************/
index dde94f4b3f472462311fe0f693c82ec0aeed9814..d72cfb86cd54db5c419f1bccd8b97dd2dcf54dd3 100644 (file)
@@ -218,6 +218,5 @@ ff_vecs_t easygps_vecs = {
   nullptr,
   &easygps_args,
   CET_CHARSET_ASCII, 0 /* CET REVIEW */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
index 32b2707e65e5d6e0181aee8d4af0ee637aa8dec9..6108a0e2a8e1053576c3cb1e016665f4b58b1b21 100644 (file)
--- a/enigma.cc
+++ b/enigma.cc
@@ -225,6 +225,5 @@ ff_vecs_t enigma_vecs = {
   nullptr,
   nullptr,
   CET_CHARSET_ASCII, 0,        /* CET-REVIEW */
-  NULL_POS_OPS,
-  nullptr
+  NULL_POS_OPS
 };
index 3f207a12447efcac78b319893ddd180ebe66871d..f1e188ba3615512bb7b9f27480d256c346a8756c 100644 (file)
--- a/garmin.cc
+++ b/garmin.cc
@@ -1245,8 +1245,7 @@ ff_vecs_t garmin_vecs = {
   nullptr,
   &garmin_args,
   CET_CHARSET_ASCII, 0,
-  { pvt_init, pvt_read, rw_deinit, nullptr, nullptr, nullptr },
-  nullptr
+  { pvt_init, pvt_read, rw_deinit, nullptr, nullptr, nullptr }
 };
 
 static const char* d103_icons[16] = {
index 38a4e72f6e378091b3ea647929ad53804cbb012e..32c0d560063ec988a8168bd4996127157aa0f551 100644 (file)
@@ -1410,8 +1410,7 @@ ff_vecs_t garmin_txt_vecs = {
    * so it doesn't attempt to re-convert any char strings including gmsd data.
    */
   CET_CHARSET_UTF8, 0
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
 
 #endif // CSVFMTS_ENABLED
index 45de0e9f9feb7dce57a7b1cc175076c3ef328e0e..c52a2da2e36010662690fe568cc0553d018e36b3 100644 (file)
@@ -415,7 +415,6 @@ ff_vecs_t format_garmin_xt_vecs = {
   &format_garmin_xt_args,
   CET_CHARSET_ASCII, 0                 /* ascii is the expected character set */
   /* not fixed, can be changed through command line parameter */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
 /**************************************************************************/
diff --git a/gdb.cc b/gdb.cc
index 1c801d3bb1399ccbbaef31059f5e122f5cf8d627..893fad71eb7e0d03e4130577701c7aec8e98847f 100644 (file)
--- a/gdb.cc
+++ b/gdb.cc
@@ -1863,8 +1863,7 @@ ff_vecs_t gdb_vecs = {
   &gdb_args,
   CET_CHARSET_MS_ANSI, 0       /* O.K.: changed to NON-FIXED */
   /* because of utf8 strings since GDB V3 */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
 
 /*******************************************************************************/
diff --git a/geo.cc b/geo.cc
index cb4b64067fe6774834c685fe91497610529beefa..da6eaa54a2781ebcf0f4444d69d48323774cc12e 100644 (file)
--- a/geo.cc
+++ b/geo.cc
@@ -266,6 +266,5 @@ ff_vecs_t geo_vecs = {
   nullptr,
   &geo_args,
   CET_CHARSET_UTF8, 0, /* CET-REVIEW */
-  NULL_POS_OPS,
-  nullptr
+  NULL_POS_OPS
 };
index 0faef6224e4f6c66075c49548a9bdbcd9e6140da..730473a6d93c641395de1fb799929faee901c58c 100644 (file)
@@ -281,7 +281,6 @@ ff_vecs_t ggv_log_vecs = {
   nullptr,
   &ggv_log_args,
   CET_CHARSET_ASCII, 1
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
 /**************************************************************************/
index c862dce2bb02674548206c82cf8582c18d8bc571..9860d7f8ac8d1ced8f82cce377bea07bad5d75e6 100644 (file)
@@ -443,8 +443,7 @@ ff_vecs_t ggv_ovl_vecs = {
   nullptr,
   &ggv_ovl_args,
   CET_CHARSET_MS_ANSI, 0
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
 
 /**************************************************************************/
index 8dd0ba7889983c89542c07a4c26c7fc65eb0c63d..f381c268b1eac05f951c50489ae8a6f844ce23ab 100644 (file)
@@ -188,6 +188,5 @@ ff_vecs_t glogbook_vecs = {
   nullptr,
   &glogbook_args,
   CET_CHARSET_ASCII, 0 /* CET-REVIEW */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
index 7caed79e6fef125779d85bf2679ae3209a14f23a..51097f0a18803ceb5603b7232f215c8725e48920 100644 (file)
@@ -152,9 +152,7 @@ ff_vecs_t gnav_trl_vecs = {
   nullptr,
   &gnav_trl_args,
   CET_CHARSET_UTF8, 1  /* CET - do nothing ! */
-  , NULL_POS_OPS,
-  nullptr
-
+  , NULL_POS_OPS
 };
 
 /**************************************************************************/
index bf589762758f4dfd5634d033d088ed97a42b5645..97a2b56122e41db8a70f927f28daf00cdd369dc3 100644 (file)
@@ -165,6 +165,5 @@ ff_vecs_t google_dir_vecs = {
   nullptr,
   nullptr,
   CET_CHARSET_UTF8, 1  /* CET-REVIEW */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
index a7ade098004ed6d451d472b012aaaa812b8bbf11..76aaff528fa5f1474c01067900265932b5af4d06 100644 (file)
--- a/gpssim.cc
+++ b/gpssim.cc
@@ -198,6 +198,5 @@ ff_vecs_t gpssim_vecs = {
   nullptr,
   &gpssim_args,
   CET_CHARSET_ASCII, 0
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
diff --git a/gtm.cc b/gtm.cc
index d0581d42f5c45b828b1d6be7554047b40601ace7..6e864d00e3bf036782f09e01d3277f4c7b0a26e3 100644 (file)
--- a/gtm.cc
+++ b/gtm.cc
@@ -729,6 +729,5 @@ ff_vecs_t gtm_vecs = {
   nullptr,
   &gtm_args,
   CET_CHARSET_ASCII, 0, /* CET-REVIEW */
-  NULL_POS_OPS,
-  nullptr
+  NULL_POS_OPS
 };
index b86d43d905e75b3a7a41e009f7f6d2e9443af7b3..fddebd11dd9fd648f3cc1cbdc268b3f2c73b0c0d 100644 (file)
@@ -292,7 +292,6 @@ ff_vecs_t hiketech_vecs = {
   nullptr,
   &hiketech_args,
   CET_CHARSET_ASCII, 0 /* CET-REVIEW */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
 
index 79c10ddf4767ff72cb8b23e4ada525bf7a4fa438..0fed1e655018ca6a53d7d0dbab59d1cc6c12ce18 100644 (file)
--- a/holux.cc
+++ b/holux.cc
@@ -305,6 +305,5 @@ ff_vecs_t holux_vecs = {
   nullptr,
   nullptr,
   CET_CHARSET_ASCII, 0 /* CET-REVIEW */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
diff --git a/igc.cc b/igc.cc
index 54053cd9b3e718e1186362ff428c4babd5e23185..e1522679f5a848aab7b78cfde29c6ab7d21d3659 100644 (file)
--- a/igc.cc
+++ b/igc.cc
@@ -943,6 +943,5 @@ ff_vecs_t igc_vecs = {
   nullptr,
   &igc_args,
   CET_CHARSET_ASCII, 0 /* CET-REVIEW */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
index 5fe43a76eeab634e2a0e2868dc948891b6a431e8..578fa121e98a37a8653ac1989e2abadeafb4fc41 100644 (file)
@@ -289,6 +289,5 @@ ff_vecs_t ignr_vecs = {
   nullptr,
   &ignr_args,
   CET_CHARSET_MS_ANSI, 1
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
diff --git a/igo8.cc b/igo8.cc
index 88cbc40cb660800cad43dc41f94f89ddffad633f..a221dc109fe0821490dcf6ed428419bcc1c47f65 100644 (file)
--- a/igo8.cc
+++ b/igo8.cc
@@ -344,6 +344,5 @@ ff_vecs_t igo8_vecs = {
   &igo8_options,
   CET_CHARSET_UTF8,
   1
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
diff --git a/ik3d.cc b/ik3d.cc
index 12192f4e79429a015221f932445ddcca266b3fd1..e0d344a98a03c66fa72b34f5eae68bb796a4947c 100644 (file)
--- a/ik3d.cc
+++ b/ik3d.cc
@@ -158,6 +158,5 @@ ff_vecs_t ik3d_vecs = {
   nullptr,
   &ikt_args,
   CET_CHARSET_UTF8, 1
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
index 1f85397e7ff4ef4ac9e1ba72fc6cc4eb6f026cc1..d2eec68edb4bb6de97643746904e13a2083c12dc 100644 (file)
@@ -778,8 +778,7 @@ ff_vecs_t itracku_vecs = {
   &itracku_args,
   CET_CHARSET_ASCII, 0, /* ascii is the expected character set */
   /* not fixed, can be changed through command line parameter */
-  { itracku_rt_init, itracku_rt_position, itracku_rt_deinit, nullptr, nullptr, nullptr },
-  nullptr
+  { itracku_rt_init, itracku_rt_position, itracku_rt_deinit, nullptr, nullptr, nullptr }
 };
 
 ff_vecs_t itracku_fvecs = {
@@ -799,8 +798,7 @@ ff_vecs_t itracku_fvecs = {
   &itracku_args,
   CET_CHARSET_ASCII, 0, /* ascii is the expected character set */
   /* not fixed, can be changed through command line parameter */
-  { nullptr, nullptr, nullptr, nullptr, nullptr, nullptr },
-  nullptr
+  { nullptr, nullptr, nullptr, nullptr, nullptr, nullptr }
 };
 
 
diff --git a/lmx.cc b/lmx.cc
index a8164f3b744230efa6ed0fd3ea2cd1ba5b859683..4d3592eb247337393f7fcba1f0e7694bfbf40c66 100644 (file)
--- a/lmx.cc
+++ b/lmx.cc
@@ -412,6 +412,5 @@ ff_vecs_t lmx_vecs = {
   nullptr,
   &lmx_args,
   CET_CHARSET_UTF8, 0  /* CET-REVIEW */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
index 920d8be78b5647b63008d045a22a7ec4ff16f0e0..521ab9339881c485ba3ff504b521f83e9d7c0655 100644 (file)
@@ -1594,8 +1594,7 @@ ff_vecs_t mag_svecs = {
   nullptr,
   &mag_sargs,
   CET_CHARSET_ASCII, 0,        /* CET-REVIEW */
-  NULL_POS_OPS,
-  nullptr,
+  NULL_POS_OPS
 };
 
 ff_vecs_t mag_fvecs = {
@@ -1610,8 +1609,7 @@ ff_vecs_t mag_fvecs = {
   nullptr,
   &mag_fargs,
   CET_CHARSET_ASCII, 0,        /* CET-REVIEW */
-  NULL_POS_OPS,
-  nullptr,
+  NULL_POS_OPS
 };
 
 /*
@@ -1629,6 +1627,5 @@ ff_vecs_t magX_fvecs = {
   nullptr,
   &mag_fargs,
   CET_CHARSET_ASCII, 0,        /* CET-REVIEW */
-  NULL_POS_OPS,
-  nullptr,
+  NULL_POS_OPS
 };
index 42c350701e7fdfeeddb2248bd399230c75685881..4df50e19bceb769ff6b5398e1ee5f39ba7556e94 100644 (file)
@@ -302,9 +302,7 @@ ff_vecs_t mapasia_tr7_vecs = {              /* we can read and write tracks */
   nullptr,
   &tr7_args,
   CET_CHARSET_UTF8, 1  /* FIXED - CET-REVIEW - */
-  , NULL_POS_OPS,
-  nullptr
-
+  , NULL_POS_OPS
 };
 
 /**************************************************************************/
diff --git a/mmo.cc b/mmo.cc
index d58810a005aa1a76ad1f2c6ef960a60feeda818f..47c677d709bcfa3c6309e3819c9e277b4eef1c20 100644 (file)
--- a/mmo.cc
+++ b/mmo.cc
@@ -1480,9 +1480,7 @@ ff_vecs_t mmo_vecs = {
   nullptr,
   &mmo_args,
   CET_CHARSET_MS_ANSI, 0
-  , NULL_POS_OPS,
-  nullptr
-
+  , NULL_POS_OPS
 };
 
 /**************************************************************************/
index 454077770e26485aa5d48c679f5a52bc4cab0910..156c4aa3a4182009c450020381311c57c1e22c02 100644 (file)
@@ -79,8 +79,7 @@ ff_vecs_t mtk_locus_vecs = {
   nullptr, // exit
   &mtk_locus_args,
   CET_CHARSET_ASCII, 0 /* ascii is the expected character set */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
 
 #define MYNAME "mtk_locus"
index 7843a3f5b073bdfac30ad43bb56a345b4ff5e326..39591da3eeba0db1b05722206c7ff01585b5f0d9 100644 (file)
@@ -1672,8 +1672,7 @@ ff_vecs_t mtk_vecs = {
   &mtk_sargs,
   CET_CHARSET_ASCII, 0                 /* ascii is the expected character set */
   /* not fixed, can be changed through command line parameter */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
 
 ff_vecs_t mtk_m241_vecs = {
@@ -1693,8 +1692,7 @@ ff_vecs_t mtk_m241_vecs = {
   &mtk_sargs,
   CET_CHARSET_ASCII, 0                 /* ascii is the expected character set */
   /* not fixed, can be changed through command line parameter */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
 
 /* used for mtk-bin */
@@ -1718,8 +1716,7 @@ ff_vecs_t mtk_fvecs = {
   nullptr,
   &mtk_fargs,
   CET_CHARSET_UTF8, 1         /* master process: don't convert anything | CET-REVIEW */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
 
 ff_vecs_t mtk_m241_fvecs = {
@@ -1734,8 +1731,7 @@ ff_vecs_t mtk_m241_fvecs = {
   nullptr,
   &mtk_fargs,
   CET_CHARSET_UTF8, 1         /* master process: don't convert anything | CET-REVIEW */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
 /* End file: mtk_logger.c */
 /**************************************************************************/
index 6f92e27124e579fd2a6ac0ee04d8d2309d7cc9d5..69cc94a0e6328ed8926ca33501f31bd84484d77d 100644 (file)
@@ -1208,6 +1208,5 @@ ff_vecs_t navilink_vecs = {
   nullptr,
   &navilink_args,
   CET_CHARSET_ASCII, 0 /* CET-REVIEW */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
index 5c9329f2cee2e85aec9159f85622320bc4a86f5c..5027c7843a590730b09f5be6667152e83d29f06d 100644 (file)
@@ -141,8 +141,7 @@ ff_vecs_t navitel_trk_vecs = {
   nullptr,
   nullptr,
   CET_CHARSET_UTF8, 1                  /* Nothing to convert */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
 
 /**************************************************************************/
diff --git a/ozi.cc b/ozi.cc
index 228122f80b20f11beca9e35094ead7b1f6802fda..3106237fc553252e8043201133391556887ee333 100644 (file)
--- a/ozi.cc
+++ b/ozi.cc
@@ -972,6 +972,5 @@ ff_vecs_t ozi_vecs = {
   nullptr,
   &ozi_args,
   CET_CHARSET_ASCII, 0 /* CET-REVIEW */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
index d992734236f515342612319de2003ccc9888131b..634c6a23f7e9327a80d9ded980cf5fbaef1e1e7b 100644 (file)
@@ -511,6 +511,5 @@ ff_vecs_t raymarine_vecs = {
   nullptr,
   &raymarine_args,
   CET_CHARSET_ASCII, 0 /* should we force this to 1 ? */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
index a02044f4beb2be925e2fdea8ec7cecf69ddc75c7..24086a06bf8b22c34fd3ab3fc592ac6e978ceb0a 100644 (file)
@@ -416,6 +416,5 @@ ff_vecs_t saroute_vecs = {
   nullptr,
   &saroute_args,
   CET_CHARSET_UTF8, 1  /* do nothing | CET-REVIEW */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
diff --git a/sbn.cc b/sbn.cc
index 71b56f7280774bd40f31a7759f70ef3ae7fda0cf..6a2658ef6b4fa8bb4690c0feb1c630421ba8c2e6 100644 (file)
--- a/sbn.cc
+++ b/sbn.cc
@@ -318,7 +318,6 @@ ff_vecs_t sbn_vecs = {
   /* Characters are always encoded in ASCII. Even if the unit is set
    * to Chinese language, only ASCII characters can be entered. */
   CET_CHARSET_ASCII, 0
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
 /**********************************************************************/
diff --git a/sbp.cc b/sbp.cc
index 5921fe48c3762da593288dc5bc4fd16c922460d2..d808ca63bd84165f7bccbf3c5898c4ac32c31ec1 100644 (file)
--- a/sbp.cc
+++ b/sbp.cc
@@ -127,7 +127,6 @@ ff_vecs_t sbp_vecs = {
   &sbp_args,
   CET_CHARSET_ASCII, 0                 /* ascii is the expected character set */
   /* not fixed, can be changed through command line parameter */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
 /**************************************************************************/
index d72ad4a2b7a16e83f1c57ed5dd9f3aff31a1af2e..1ab09122b1e81f9426facc678d41ffd48c8fa539 100644 (file)
--- a/tomtom.cc
+++ b/tomtom.cc
@@ -474,6 +474,5 @@ ff_vecs_t tomtom_vecs = {
   nullptr,
   &tomtom_args,
   CET_CHARSET_MS_ANSI, 0       /* CET-REVIEW */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
diff --git a/tpg.cc b/tpg.cc
index 6e992e9930d9006ae5b191dd3e7e94e593656468..46e812e54171f90cd9b3aac422cd6fe9a471143e 100644 (file)
--- a/tpg.cc
+++ b/tpg.cc
@@ -312,5 +312,5 @@ ff_vecs_t tpg_vecs = {
   nullptr,
   &tpg_args,
   CET_CHARSET_ASCII, 0 /* CET-REVIEW */
-  , NULL_POS_OPS,
-  nullptr};
+  , NULL_POS_OPS
+};
diff --git a/tpo.cc b/tpo.cc
index 17729af6322cd1c8a8aa563e7e6e03ae951c3459..cdd985deb81fce428732638e087a81ba7e647a7a 100644 (file)
--- a/tpo.cc
+++ b/tpo.cc
@@ -2109,8 +2109,7 @@ ff_vecs_t tpo2_vecs = {
   nullptr,
   &tpo2_args,
   CET_CHARSET_ASCII, 0 /* CET-REVIEW */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
 
 /* TPO 3.x format can read waypoints/tracks/routes */
@@ -2126,6 +2125,5 @@ ff_vecs_t tpo3_vecs = {
   nullptr,
   &tpo3_args,
   CET_CHARSET_ASCII, 0 /* CET-REVIEW */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
diff --git a/v900.cc b/v900.cc
index b8e5d6c00922fbed1ba3ac8efaf1721c0fe7fc1d..96cee1b85fe3abffc2d11fdc990022dddbe7c58e 100644 (file)
--- a/v900.cc
+++ b/v900.cc
@@ -376,6 +376,5 @@ ff_vecs_t v900_vecs = {
   nullptr,
   nullptr,          /* args */
   CET_CHARSET_UTF8, 1, /* Could be  US-ASCII, since we only read "0-9,A-Z\n\r" */
-  {nullptr,nullptr,nullptr,nullptr,nullptr,nullptr},
-  nullptr
+  {nullptr,nullptr,nullptr,nullptr,nullptr,nullptr}
 };
diff --git a/vcf.cc b/vcf.cc
index d5dc31d9682afb2080ccf75f3fc09a270c0a9644..c97b79f4d98e337d4560405a304513785c48a040 100644 (file)
--- a/vcf.cc
+++ b/vcf.cc
@@ -145,6 +145,5 @@ ff_vecs_t vcf_vecs = {
   nullptr,
   &vcf_args,
   CET_CHARSET_ASCII, 0 /* CET-REVIEW */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
index 8cf0e5bc90088b105317ba05b60a6c71948e01ad..15d462b98c464050af5d220a3c7269082ac118a3 100644 (file)
@@ -1073,8 +1073,7 @@ ff_vecs_t wbt_svecs = {
   nullptr,
   &wbt_sargs,
   CET_CHARSET_UTF8, 1         /* master process: don't convert anything | CET-REVIEW */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
 
 /* used for wbt-bin /and/ wbt-tk1 */
@@ -1094,6 +1093,5 @@ ff_vecs_t wbt_fvecs = {
   nullptr,
   &wbt_fargs,
   CET_CHARSET_UTF8, 1         /* master process: don't convert anything | CET-REVIEW */
-  , NULL_POS_OPS,
-  nullptr
+  , NULL_POS_OPS
 };
diff --git a/xol.cc b/xol.cc
index 05aafa7e7d7a223c63daefaefdb3aaf67ae5cceb..58b0c42f08fb1c7c2fdcb7592740d9459f431887 100644 (file)
--- a/xol.cc
+++ b/xol.cc
@@ -308,6 +308,5 @@ ff_vecs_t xol_vecs = {ff_type_file,
                       nullptr,
                       &xol_args,
                       CET_CHARSET_UTF8,
-                      0  , NULL_POS_OPS,
-  nullptr
+                      0  , NULL_POS_OPS
 };